f849ea2ae2a981f02d24af17a550a996367781f7,wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/form/dropdown/lazy/DropDownListBehavior.java,DropDownListBehavior,onConfigure,#Component#,87

Before Change


		this.setOption("autoBind", true); // immutable

		// events //
		this.setOption("change", this.onChangeAjaxBehavior.getCallbackFunction());

		// data-source //
		// TODO onConfigure (see MultiSelectBehavior)

After Change


		this.setOption("autoBind", true); // immutable

		// events //
		if (this.onChangeAjaxBehavior != null)
		{
			this.setOption("change", this.onChangeAjaxBehavior.getCallbackFunction());
		}

		// data-source //